. $GRIMOIRE/is_depends_enabled.function
case $THIS_SUB_DEPENDS in
       CLIENTLIB) true                                          ;;
  CLIENTLIB_RUBY) is_depends_enabled $SPELL ruby                ;;
  CLIENTLIB_PERL) is_depends_enabled $SPELL perl                ;;
 CLIENTLIB_ECORE) is_depends_enabled $SPELL ecore               ;;
CLIENTLIB_PYTHON) is_depends_enabled $SPELL pyrex               ;;
  CLIENTLIB_JAVA) true                                          ;;
   CLIENTLIB_CXX) is_depends_enabled $SPELL boost               ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
   return 1;;
esac
